home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / boxes / demos / errors!.txt < prev    next >
Encoding:
Text File  |  1995-09-04  |  2.1 KB  |  56 lines

  1. Introducing Errors! Errors! Errors!
  2.  
  3. It happens to us all.  No matter how hard we try to prevent
  4. it, errors still slip in.  And, as always seems to be the 
  5. case, they don't rear their ugly head until they reach the
  6. user.  Then the next thing you know you've go an unhappy, 
  7. generally unhelpful and sometimes irate customer breathing
  8. down your neck because the program didn't run right "the 
  9. first times out of the box".  
  10.  
  11. Now the fun begins as you try to determine what caused the 
  12. problem.  The user is of now help because all they can 
  13. remember about what happened is that it crashed.  After 
  14. what seems like hours you finally get the user to duplicate
  15. the error.  Yikes! They didn't write down the message, and
  16. the module of code which apparently caused the problem is 
  17. over 3000 lines of code long.  What should you do next?  
  18. Do you:
  19.  
  20. 1. Exercise your F8 finger to get it back in shape.
  21. 2. Have the customer utilize his favorite word processor 
  22.    to open the ERRORLOG.TXT file which resides in the 
  23.    program's directory, and tell you what the last entry
  24.    in the log says. 
  25.  
  26. What is Errors! Errors! Errors!?
  27.  
  28. It is a DLL that you can add to your Visual Basic program 
  29. which includes every error generated by Visual Basis and 
  30. the Access Jet engines (1.x and 2.0).  By adding this DLL
  31. and a few lines of code to your modules, you program will
  32. then not only generate an error message that your user 
  33. can understand, but it will prompt them to enter information
  34. at the time of the crash as to what they were doing when it
  35. occurred.  
  36.  
  37. The DLL then writes this information to an ASCII text file
  38. in the program's directory for later review or retrieval.  
  39. Error! Errors! Errors! will even go so far as to tell you 
  40. the date and time of the error, which module was executing
  41. when the error occurred, and even the exact line of code 
  42. on which the error occurred if you have this feature 
  43. implemented.
  44.  
  45.  
  46. Regular price $69.95        Introductory Offer $49.95
  47.  
  48. Order both Errors! Errors! Errors! and About! for only $75.
  49.  
  50. To order please contact me via Email at:
  51.     
  52.     CompuServe        70242,2742
  53.     America OnLine        WayneW29
  54.  
  55.  
  56.